GtkWidget: Ensure the style context always has an screen.
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 9 Nov 2010 17:28:38 +0000 (18:28 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:48 +0000 (15:38 +0100)
commit1cfeeadc704f4644ebb0d95dddc1ee2004b269b3
tree22bea8bedc86d2fc325e5dcc6f00aeff5a6da589
parent48f239c1f2bab93f9fce3c59df5018752cb96ef0
GtkWidget: Ensure the style context always has an screen.

Things like font settings depend on the screen, and widgets
like GtkTextView trigger queries on widgets without screen
when the parent window is being destroyed.
gtk/gtkwidget.c